home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 2 / Apprentice-Release2.iso / Source Code / Mark Pilgrim / Dialectic 1.2 / source / Dialectic ƒ / Shell ƒ / prefs.h < prev    next >
Encoding:
C/C++ Source or Header  |  1994-10-30  |  338 b   |  15 lines  |  [TEXT/KAHL]

  1. /**********************************************************************\
  2.  
  3. File:        prefs.h
  4.  
  5. Purpose:    This is the header file for prefs.c
  6.  
  7. \**********************************************************************/
  8.  
  9. extern    Str255            gMyName;
  10. extern    Str255            gMyOrg;
  11.  
  12. void SaveThePrefs(void);
  13. int PreferencesInit(void);
  14. void PrefsError(int err);
  15.